Clipboard API |
General sequence for implementing cut/copy |
|
![]() |
When the time comes to cut/copy, pass the transferable and
the clipboardOwner instances to the clipboard using the method
clipboard.setContents()
|
![]() |
Handle the call to your clipboardOwner's lostOwnership() method, which is called if/when another object asserts ownership |